In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / SetAnnotationRect Method

SetAnnotationRect Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(462)>

Function SetAnnotationRect( _

   ByVal AnnotationIdx As Integer, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As GdPictureStatus
[DispId(462)]

GdPictureStatus SetAnnotationRect( 

   int AnnotationIdx,

   float Left,

   float Top,

   float Width,

   float Height

)
function SetAnnotationRect( 

    AnnotationIdx: Integer;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): GdPictureStatus; 
DispIdAttribute(462)

function SetAnnotationRect( 

   AnnotationIdx : int,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : GdPictureStatus;
[DispId(462)]

GdPictureStatus SetAnnotationRect( 

   int AnnotationIdx,

   float Left,

   float Top,

   float Width,

   float Height

) 
[DispId(462)]

GdPictureStatus SetAnnotationRect( 

   int AnnotationIdx,

   float Left,

   float Top,

   float Width,

   float Height

) 

Parameters

AnnotationIdx
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members